home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TFRMTABLE / TFRMTABLE.txt
Text File  |  2002-07-04  |  5KB  |  244 lines

  1. object frmTable: TfrmTable
  2.   Left = 226
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Table Properties'
  7.   ClientHeight = 281
  8.   ClientWidth = 313
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Table: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 145
  23.     Height = 177
  24.     Caption = 'Table'
  25.     TabOrder = 2
  26.     object Label1: TLabel
  27.       Left = 16
  28.       Top = 16
  29.       Width = 30
  30.       Height = 13
  31.       Caption = '&Rows:'
  32.       FocusControl = edRows
  33.     end
  34.     object Label2: TLabel
  35.       Left = 16
  36.       Top = 56
  37.       Width = 23
  38.       Height = 13
  39.       Caption = '&Cols:'
  40.       FocusControl = edCols
  41.     end
  42.     object lblWidth: TLabel
  43.       Left = 16
  44.       Top = 96
  45.       Width = 31
  46.       Height = 13
  47.       Caption = '&Width:'
  48.       FocusControl = edWidth
  49.     end
  50.     object Label3: TLabel
  51.       Left = 16
  52.       Top = 136
  53.       Width = 34
  54.       Height = 13
  55.       Caption = '&Border:'
  56.       FocusControl = edTBorder
  57.     end
  58.     object edRows: TEdit
  59.       Left = 16
  60.       Top = 32
  61.       Width = 121
  62.       Height = 21
  63.       TabOrder = 0
  64.       Text = '4'
  65.     end
  66.     object edCols: TEdit
  67.       Left = 16
  68.       Top = 72
  69.       Width = 121
  70.       Height = 21
  71.       TabOrder = 1
  72.       Text = '5'
  73.     end
  74.     object edWidth: TEdit
  75.       Left = 16
  76.       Top = 112
  77.       Width = 121
  78.       Height = 21
  79.       TabOrder = 2
  80.       Text = '100'
  81.     end
  82.     object edTBorder: TEdit
  83.       Left = 16
  84.       Top = 148
  85.       Width = 121
  86.       Height = 21
  87.       TabOrder = 3
  88.       Text = '1'
  89.     end
  90.   end
  91.   object Cells: TGroupBox
  92.     Left = 160
  93.     Top = 8
  94.     Width = 145
  95.     Height = 177
  96.     Caption = 'Cells'
  97.     TabOrder = 3
  98.     object Label5: TLabel
  99.       Left = 18
  100.       Top = 88
  101.       Width = 39
  102.       Height = 13
  103.       Caption = 'Caption:'
  104.     end
  105.     object Label6: TLabel
  106.       Left = 17
  107.       Top = 48
  108.       Width = 88
  109.       Height = 13
  110.       Caption = 'Background Color:'
  111.     end
  112.     object btnTableBGColor: TSpeedButton
  113.       Left = 112
  114.       Top = 63
  115.       Width = 25
  116.       Height = 25
  117.       Enabled = False
  118.       Flat = True
  119.       Glyph.Data = {
  120.         66010000424D6601000000000000760000002800000014000000140000000100
  121.         040000000000F000000000000000000000001000000010000000000000000000
  122.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  123.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  124.         8888888800008887788887788887788800008800078800078800078800008099
  125.         9070AAA070CCC078000080999070AAA070CCC0780000870907770A07770C0778
  126.         000080999070AAA070CCC078000080999070AAA070CCC0780000800990700AA0
  127.         700CC0780000800990700AA0700CC0780000800990700AA0700CC07800008009
  128.         90700AA0700CC078000080999070AAA070CCC0780000870907770A07770C0778
  129.         000080999070AAA070CCC0780000870907770A07770C0778000080999080AAA0
  130.         70CCC0880000880908880A08880C088800008880888880888880888800008888
  131.         88888888888888880000}
  132.       OnClick = btnTableBGColorClick
  133.     end
  134.     object chkWrap: TCheckBox
  135.       Left = 16
  136.       Top = 144
  137.       Width = 97
  138.       Height = 17
  139.       Caption = 'No Wrap'
  140.       Checked = True
  141.       State = cbChecked
  142.       TabOrder = 0
  143.     end
  144.     object cmbTableBGColor: TComboBox
  145.       Left = 16
  146.       Top = 64
  147.       Width = 89
  148.       Height = 21
  149.       Enabled = False
  150.       ItemHeight = 13
  151.       TabOrder = 1
  152.       Text = 'White'
  153.       Items.Strings = (
  154.         'Black'
  155.         'White'
  156.         'Red'
  157.         'Blue'
  158.         'Yellow'
  159.         'Green')
  160.     end
  161.     object edCaption: TEdit
  162.       Left = 16
  163.       Top = 104
  164.       Width = 121
  165.       Height = 21
  166.       TabOrder = 2
  167.     end
  168.     object cbTransparent: TCheckBox
  169.       Left = 16
  170.       Top = 24
  171.       Width = 97
  172.       Height = 17
  173.       Caption = '&Transparent'
  174.       Checked = True
  175.       State = cbChecked
  176.       TabOrder = 3
  177.       OnClick = cbTransparentClick
  178.     end
  179.   end
  180.   object Button1: TButton
  181.     Left = 230
  182.     Top = 248
  183.     Width = 75
  184.     Height = 25
  185.     Caption = 'Cancel'
  186.     ModalResult = 2
  187.     TabOrder = 0
  188.     OnClick = Button1Click
  189.   end
  190.   object Button2: TButton
  191.     Left = 150
  192.     Top = 248
  193.     Width = 75
  194.     Height = 25
  195.     Caption = 'OK'
  196.     ModalResult = 1
  197.     TabOrder = 1
  198.     OnClick = Button2Click
  199.   end
  200.   object gbPadding: TGroupBox
  201.     Left = 8
  202.     Top = 192
  203.     Width = 297
  204.     Height = 49
  205.     Caption = 'Padding and Spacing'
  206.     TabOrder = 4
  207.     object Label4: TLabel
  208.       Left = 16
  209.       Top = 24
  210.       Width = 42
  211.       Height = 13
  212.       Caption = 'Padding:'
  213.     end
  214.     object Label7: TLabel
  215.       Left = 136
  216.       Top = 24
  217.       Width = 42
  218.       Height = 13
  219.       Caption = 'Spacing:'
  220.     end
  221.     object edPad: TEdit
  222.       Left = 80
  223.       Top = 20
  224.       Width = 40
  225.       Height = 21
  226.       TabOrder = 0
  227.       Text = '1'
  228.     end
  229.     object edSpace: TEdit
  230.       Left = 200
  231.       Top = 20
  232.       Width = 40
  233.       Height = 21
  234.       TabOrder = 1
  235.       Text = '1'
  236.     end
  237.   end
  238.   object Language: TLanguage
  239.     LangCenter = DM_Language.LangCenter
  240.     Left = 80
  241.     Top = 248
  242.   end
  243. end
  244.